projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bfee36
)
(transient-mark-mode): Turn on by default.
author
Chong Yidong
<cyd@stupidchicken.com>
Sun, 23 Mar 2008 22:52:20 +0000
(22:52 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Sun, 23 Mar 2008 22:52:20 +0000
(22:52 +0000)
lisp/simple.el
patch
|
blob
|
history
diff --git
a/lisp/simple.el
b/lisp/simple.el
index 03a170cac3ec855b19e3ac4053fe629049b4a132..82c741f54fbd2dba6cdec0e5783f41c6b1b1a02a 100644
(file)
--- a/
lisp/simple.el
+++ b/
lisp/simple.el
@@
-3615,7
+3615,7
@@
Invoke \\[apropos-documentation] and type \"transient\" or
\"mark.*active\" at the prompt, to see the documentation of
commands which are sensitive to the Transient Mark mode."
:global t
-
;;;
:init-value (not noninteractive)
+ :init-value (not noninteractive)
:group 'editing-basics)
(defvar widen-automatically t